Html Css Color HEX #6FFEFA Baby Blue

📋 copy color: '#6FFEFA'

red 111 ◦ green 254 ◦ blue 250

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

Shades of Baby Blue #6FFEFA

Tints of Baby Blue #6FFEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.65%

R = 18.05%
G = 41.3%
B = 40.65%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#6FFEFA (or 0x6FFEFA) is known color: Baby Blue. HEX triplet: 6F, FE and FA. RGB value is (111,254,250). Sum of RGB (Red+Green+Blue) = 111+254+250=615 (81% of max value = 765). Red value is 111 (43.75% from 255 or 18.05% from 615); Green value is 254 (99.61% from 255 or 41.30% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 254 - color contains mainly: green. Hex color #6FFEFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFEFA is #900105. Grayscale: #D2D2D2. Windows color (decimal): -9437446 or 16449135. OLE color: 16449135.

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

Color convert

RGB 111 254 250 -
CMYK 0.56 0 0.02 0.00
HSL 178.32º 0.99% 0.72% -
HSV(B) 178.32º 0.56% 1% -
XYZ 59.25 81.17 102.99 -
YUV 210.79 150.12 56.83 -
System Red Green Blue C M Y K H S L
Decimal 111 254 250 0.56 0 0.02 0.00 178.32 0.99 0.72
Hex 6F FE FA 38 0 2 0 B2 63 48
Octal 157 376 372 70 0 2 0 262 143 110
Binary 1101111 11111110 11111010 111000 0 10 0 10110010 1100011 1001000

Color Harmonies of #6FFEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FFEFA

Black with #6FFEFA

Text Example


Text Example

White with #6FFEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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