Html Css Color HEX #6FFEFF Baby Blue

📋 copy color: '#6FFEFF'

red 111 ◦ green 254 ◦ blue 255

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

Shades of Baby Blue #6FFEFF

Tints of Baby Blue #6FFEFF

RGB

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

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

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

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

CMYK

 C value IS 0.56

 M value IS 0.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #6FFEFF: hue angle of 180.42º 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 #6FFEFF is Cyan = 0.56, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

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

Color Harmonies of #6FFEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FFEFF

Black with #6FFEFF

Text Example


Text Example

White with #6FFEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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