Html Css Color HEX #6FFFFE Baby Blue

📋 copy color: '#6FFFFE'

red 111 ◦ green 255 ◦ blue 254

#6FFFFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baby Blue #6FFFFE

Tints of Baby Blue #6FFFFE

RGB

 RED value IS 111 (43.75% from 255) = 17.9%

 GREEN value IS 255 (100% from 255) = 41.13%

 BLUE value IS 254 (99.61% from 255) = 40.97%

R = 17.9%
G = 41.13%
B = 40.97%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.00

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6FFFFE (or 0x6FFFFE) is known color: Baby Blue. HEX triplet: 6F, FF and FE. RGB value is (111,255,254). Sum of RGB (Red+Green+Blue) = 111+255+254=620 (82% of max value = 765). Red value is 111 (43.75% from 255 or 17.90% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #6FFFFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFFFE is #900001. Grayscale: #D3D3D3. Windows color (decimal): -9437186 or 16711535. OLE color: 16711535.

HSL color Cylindrical-coordinate representation of color #6FFFFE: hue angle of 179.58º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFFFE is Cyan = 0.56, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.

Color convert

RGB 111 255 254 -
CMYK 0.56 0 0.00 0
HSL 179.58º 1% 0.72% -
HSV(B) 179.58º 0.56% 1% -
XYZ 60.2 82.06 106.43 -
YUV 211.83 151.79 56.08 -
System Red Green Blue C M Y K H S L
Decimal 111 255 254 0.56 0 0.00 0 179.58 1 0.72
Hex 6F FF FE 38 0 0 0 B4 64 48
Octal 157 377 376 70 0 0 0 264 144 110
Binary 1101111 11111111 11111110 111000 0 0 0 10110100 1100100 1001000

Color Harmonies of #6FFFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FFFFE

Black with #6FFFFE

Text Example


Text Example

White with #6FFFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6FFFFE; }

 p { color: rgb(111,255,254); }

 H1.HeaderClassName
 {
   color: #6FFFFE;
 }
 .AnyTagClassName
 {
   color: #6FFFFE;
 }
</style>

background-color css

<style>
 a { background-color: #6FFFFE; }

 a { background-color: rgb(111,255,254); }

 div.DivClassName
 {
   background-color: #6FFFFE;
 }
 .BgClassName
 {
   background-color: #6FFFFE;
 }
</style>

border-color css

<style>
 span { border-color: #6FFFFE; }

 span { border-color: rgb(111,255,254); }

 td.TdClassName
 {
   border-color: #6FFFFE;
 }
 .TagClassName
 {
   border-color: #6FFFFE;
 }
</style>