Html Css Color HEX #65FCF1 Baby Blue

📋 copy color: '#65FCF1'

red 101 ◦ green 252 ◦ blue 241

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

Shades of Baby Blue #65FCF1

Tints of Baby Blue #65FCF1

RGB

 RED value IS 101 (39.84% from 255) = 17%

 GREEN value IS 252 (98.83% from 255) = 42.42%

 BLUE value IS 241 (94.53% from 255) = 40.57%

R = 17%
G = 42.42%
B = 40.57%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#65FCF1 (or 0x65FCF1) is known color: Baby Blue. HEX triplet: 65, FC and F1. RGB value is (101,252,241). Sum of RGB (Red+Green+Blue) = 101+252+241=594 (78% of max value = 765). Red value is 101 (39.84% from 255 or 17.00% from 594); Green value is 252 (98.83% from 255 or 42.42% from 594); Blue value is 241 (94.53% from 255 or 40.57% from 594); Max value from RGB is 252 - color contains mainly: green. Hex color #65FCF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65FCF1 is #9A030E. Grayscale: #CDCDCD. Windows color (decimal): -10093327 or 15858789. OLE color: 15858789.

HSL color Cylindrical-coordinate representation of color #65FCF1: hue angle of 175.63º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FCF1 is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 101 252 241 -
CMYK 0.60 0 0.04 0.01
HSL 175.63º 0.96% 0.69% -
HSV(B) 175.63º 0.6% 0.99% -
XYZ 56.05 78.74 95.46 -
YUV 205.6 147.97 53.39 -
System Red Green Blue C M Y K H S L
Decimal 101 252 241 0.60 0 0.04 0.01 175.63 0.96 0.69
Hex 65 FC F1 3C 0 4 1 B0 60 45
Octal 145 374 361 74 0 4 1 260 140 105
Binary 1100101 11111100 11110001 111100 0 100 1 10110000 1100000 1000101

Color Harmonies of #65FCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65FCF1

Black with #65FCF1

Text Example


Text Example

White with #65FCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65FCF1; }

 p { color: rgb(101,252,241); }

 H1.HeaderClassName
 {
   color: #65FCF1;
 }
 .AnyTagClassName
 {
   color: #65FCF1;
 }
</style>

background-color css

<style>
 a { background-color: #65FCF1; }

 a { background-color: rgb(101,252,241); }

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

border-color css

<style>
 span { border-color: #65FCF1; }

 span { border-color: rgb(101,252,241); }

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